CSS Outline. An outline is a line that is drawn around elements, OUTSIDE the borders, to make the element stand out. Outline Width · The outline-style Property · W3Schools Tryit Editor
To set an element's border or outline style, you should either use a shorthand border or outline property or specify the style using individual property — ...
Outline is a line outside of the element's border. Unlike other areas of the box, outlines don't take up space, so they don't affect the layout of the document ... Outline-style · Outline-offset · Outline-color · Outline-width
CSS outline is a property used to draw a line around an element's border. It does not affect the layout, unlike borders. It's often used to highlight elements.
An outline is a line that is drawn around elements, outside the borders, to make the element stand out. Outline-color · Outline-style · Outline-offset · Try it Yourself